home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Utilities / Business / Ch-Ching 2.6.7r5 / exact / checkout.lasso next >
Text File  |  1999-07-18  |  487b  |  15 lines

  1. [include:'includes/name.lasso']
  2. [include:'includes/nav.lasso']
  3.  
  4. [if:((form_param:'recNum') != '') && ((form_param:'custID') != '')]
  5.     [inline:database=(var:'dtb'), layout='www_orders', op='eq', 'ordOrderID'=(form_param:'recNum'), op='eq', 'ordCustomers::custCustomerID'=(form_param:'custID'), search]
  6.         [if:found_count != '0']
  7.             [if:field:'ordCustomers::custbillingAddress' != '']
  8.                 [include:'html/bill.html']
  9.             [else]
  10.                 [include:'html/sold.html']
  11.             [/if]
  12.         [/if]
  13.     [/inline]
  14. [/if]
  15.